home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 435
- Height = 300
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object ListBox1: TListBox
- Left = 41
- Top = 16
- Width = 345
- Height = 169
- ItemHeight = 16
- TabOrder = 0
- end
- object Button1: TButton
- Left = 133
- Top = 200
- Width = 161
- Height = 41
- Caption = 'Use &Constants'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-